ComponentOne ASP.NET MVC Controls
SortMemberPath Method

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : SortMemberPath Method
The value.
Configurates C1.Web.Mvc.ColumnBase.SortMemberPath. Sets the name of the property to use when sorting this column.
Syntax
'Declaration
 
Public Function SortMemberPath( _
   ByVal value As String _
) As TBuilder
public TBuilder SortMemberPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Use this property in cases where you want the sorting to be performed based on values other than the ones speficied by the Binding property.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members